color codes Logo

#cbed3c color codes

#CBED3C
(203,237,60)
0 Favorites   0 Comments

Color spaces of #cbed3c

RGB 20323760
HSL0.200.830.58
HSV72°75°93°
CMYK 0.140.000.75   0.07
XYZ55.728473.591115.5423
Yxy73.59110.38470.5080
Hunter Lab85.7853-34.165849.3077
CIE-Lab88.7289-32.929876.0432

#cbed3c color RGB value is (203,237,60).

#cbed3c hex color red value is 203, green value is 237 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cbed3c hue: 0.20 , saturation: 0.83 and the lightness value of cbed3c is 0.58.

The process color (four color CMYK) of #cbed3c color code is 0.14, 0.00, 0.75, 0.07. Web safe color of #cbed3c is #ccff33. Color #cbed3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 00111100
Octal 313 355 74
Decimal 203 237 60
Hex CB ED 3C

RGB Percentages of Color #cbed3c

%40.60
%47.40
%12.00

CMYK Percentages of Color #cbed3c

%14
%0
%75
%7

Triadic Colors of #cbed3c

#cbed3c #3ccbed #ed3ccb

Analogous Colors of #cbed3c

#cbed3c #73ed3c #edb73c

Monochromatic Colors of #cbed3c

#cbed3c

Complementary Color

#cbed3c #5e3ced

#cbed3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed3c Color CSS Codes

.mybgcolor {background-color:#cbed3c; } 
.myforecolor {color:#cbed3c; }
.mybordercolor {border:3px solid #cbed3c; }

#cbed3c Text Font Color

<p style="color:#cbed3c">Text here</p>

This sample text font color is #cbed3c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbed3c Background Color

<div style="background-color:#cbed3c">
Div content here</div>

This div background color is #cbed3c


#cbed3c Border Color

<div style="border:3px solid #cbed3c">
Div here</div>

This div border color is #cbed3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,237,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbed3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbed3c;
  -webkit-box-shadow: 1px 1px 3px 2px #cbed3c;
  box-shadow:         1px 1px 3px 2px #cbed3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,237,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbed3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbed3c;
  -webkit-box-shadow: 1px 1px 3px 2px #cbed3c;
  box-shadow:         1px 1px 3px 2px #cbed3c;">
Div content here</div>

This div box has shadow with color #cbed3c


Comments

No comments written yet.

Please login to write comment.