Color Hex Logo

#cbed5f Color Hex

#CBED5F
(203,237,95)
0 Favorites   0 Comments

Color spaces of #cbed5f

RGB 20323795
HSL0.210.800.65
HSV74°60°93°
CMYK 0.140.000.60   0.07
XYZ56.978374.091122.1244
Yxy74.09110.37190.4836
Hunter Lab86.0762-32.474945.0139
CIE-Lab88.9655-30.844363.3949

#cbed5f color RGB value is (203,237,95).

#cbed5f hex color red value is 203, green value is 237 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cbed5f hue: 0.21 , saturation: 0.80 and the lightness value of cbed5f is 0.65.

The process color (four color CMYK) of #cbed5f color hex is 0.14, 0.00, 0.60, 0.07. Web safe color of #cbed5f is #ccff66. Color #cbed5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 01011111
Octal 313 355 137
Decimal 203 237 95
Hex CB ED 5F

RGB Percentages of Color #cbed5f

%37.94
%44.30
%17.76

CMYK Percentages of Color #cbed5f

%14
%0
%60
%7

Triadic Colors of #cbed5f

#cbed5f #5fcbed #ed5fcb

Analogous Colors of #cbed5f

#cbed5f #84ed5f #edc85f

Monochromatic Colors of #cbed5f

#cbed5f

Complementary Color

#cbed5f #815fed

#cbed5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed5f Color CSS Codes

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

#cbed5f Text Font Color

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

This sample text font color is #cbed5f
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.


#cbed5f Background Color

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

This div background color is #cbed5f


#cbed5f Border Color

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

This div border color is #cbed5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed5f


Comments

No comments written yet.

Please login to write comment.