Color Hex Logo

#cbf371 Color Hex

#CBF371
(203,243,113)
0 Favorites   0 Comments

Color spaces of #cbf371

RGB 203243113
HSL0.220.840.70
HSV78°53°95°
CMYK 0.160.000.53   0.05
XYZ59.659877.989927.5319
Yxy77.98990.36120.4721
Hunter Lab88.3119-33.958743.3342
CIE-Lab90.7753-32.132557.6250

#cbf371 color RGB value is (203,243,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 01110001
Octal 313 363 161
Decimal 203 243 113
Hex CB F3 71

RGB Percentages of Color #cbf371

%36.31
%43.47
%20.21

CMYK Percentages of Color #cbf371

%16
%0
%53
%5

Triadic Colors of #cbf371

#cbf371 #71cbf3 #f371cb

Analogous Colors of #cbf371

#cbf371 #8af371 #f3da71

Monochromatic Colors of #cbf371

#cbf371

Complementary Color

#cbf371 #9971f3

#cbf371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf371 Color CSS Codes

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

#cbf371 Text Font Color

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

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


#cbf371 Background Color

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

This div background color is #cbf371


#cbf371 Border Color

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

This div border color is #cbf371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf371


Comments

No comments written yet.

Please login to write comment.