Color Hex Logo

#cbf690 Color Hex

#CBF690
(203,246,144)
0 Favorites   0 Comments

Color spaces of #cbf690

RGB 203246144
HSL0.240.850.76
HSV85°41°96°
CMYK 0.170.000.41   0.04
XYZ62.618480.621738.6468
Yxy80.62170.34430.4433
Hunter Lab89.7896-32.647637.3334
CIE-Lab91.9631-30.289444.5374

#cbf690 color RGB value is (203,246,144).

#cbf690 hex color red value is 203, green value is 246 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cbf690 hue: 0.24 , saturation: 0.85 and the lightness value of cbf690 is 0.76.

The process color (four color CMYK) of #cbf690 color hex is 0.17, 0.00, 0.41, 0.04. Web safe color of #cbf690 is #ccff99. Color #cbf690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110110 10010000
Octal 313 366 220
Decimal 203 246 144
Hex CB F6 90

RGB Percentages of Color #cbf690

%34.23
%41.48
%24.28

CMYK Percentages of Color #cbf690

%17
%0
%41
%4

Triadic Colors of #cbf690

#cbf690 #90cbf6 #f690cb

Analogous Colors of #cbf690

#cbf690 #98f690 #f6ee90

Monochromatic Colors of #cbf690

#cbf690

Complementary Color

#cbf690 #bb90f6

#cbf690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf690 Color CSS Codes

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

#cbf690 Text Font Color

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

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


#cbf690 Background Color

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

This div background color is #cbf690


#cbf690 Border Color

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

This div border color is #cbf690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf690


Comments

No comments written yet.

Please login to write comment.