Color Hex Logo

#cbf372 Color Hex

#CBF372
(203,243,114)
0 Favorites   0 Comments

Color spaces of #cbf372

RGB 203243114
HSL0.220.840.70
HSV79°53°95°
CMYK 0.160.000.53   0.05
XYZ59.716578.012627.8301
Yxy78.01260.36070.4712
Hunter Lab88.3247-33.884243.1457
CIE-Lab90.7857-32.041657.1879

#cbf372 color RGB value is (203,243,114).

#cbf372 hex color red value is 203, green value is 243 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cbf372 hue: 0.22 , saturation: 0.84 and the lightness value of cbf372 is 0.70.

The process color (four color CMYK) of #cbf372 color hex is 0.16, 0.00, 0.53, 0.05. Web safe color of #cbf372 is #ccff66. Color #cbf372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 01110010
Octal 313 363 162
Decimal 203 243 114
Hex CB F3 72

RGB Percentages of Color #cbf372

%36.25
%43.39
%20.36

CMYK Percentages of Color #cbf372

%16
%0
%53
%5

Triadic Colors of #cbf372

#cbf372 #72cbf3 #f372cb

Analogous Colors of #cbf372

#cbf372 #8bf372 #f3db72

Monochromatic Colors of #cbf372

#cbf372

Complementary Color

#cbf372 #9a72f3

#cbf372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf372 Color CSS Codes

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

#cbf372 Text Font Color

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

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


#cbf372 Background Color

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

This div background color is #cbf372


#cbf372 Border Color

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

This div border color is #cbf372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf372


Comments

No comments written yet.

Please login to write comment.